-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I'm getting some file loss and corruption on my Win7/Ubuntu 12.04 dual boot setup. I have a large shared NTFS partition. I have my Windows Docs/Music/etc. directories on that file and have the comparable directors in Linux setup as a sym. link. I'm using ntfs-3g on the linux side of things to…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a model called MyContainer, which :has_many MyObjects.
I want to delete all the MyObjects in the container without having to delete the MyContainer.
My model does have :dependent = :destroy, however I don't want to have to delete and re-create the object because it is slower.
Something like…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi, I am using Ubuntu 8.04 LTS and seeing the following behaviors:
The system hangs after a while and becomes completely unresponsive.
The system sometimes restarts itself !
Can you please help me identify what is the problem? Also please mention where should I look for the possible cause of this…
>>> More
-
as seen on Super User
- Search for 'Super User'
I have a dual boot (Ubuntu 12.04 and Windows 8) system. Both systems have access to an NTFS "DATA" partition which contains all my images, documents, music and some application data like Chrome and Thunderbird Profiles which used by both OS.
Everything was working fine in my Dual boot Ubuntu/Windows…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have an express app with a postgres backend where a user can add/delete recipes, and each time they do so they get an updated list of recipes. Adding a recipe is fine, but when I delete one it seems to get stuck in a redirect loop. In app.js I have
router.get('/delete/:d', delRec.deleteRecipe);
which…
>>> More